home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #9 / K-CD-9-2002.ISO / F1 2002 / f1_2002_wip_demo.exe / Season02 / Drivers / MSchumacher.rcd < prev    next >
Encoding:
Text File  |  2002-04-22  |  1.0 KB  |  29 lines

  1. Michael Schumacher
  2. {
  3.  //Driver Info
  4.  Nationality=German
  5.  DateofBirth=3-1-69
  6.  Starts=161
  7.  Poles=43
  8.  Wins=53
  9.  DriversChampionships=4
  10.  
  11.  //Driver Stats
  12.  StartsDry=1.3           //Average number of drivers passed (-4 - 4)
  13.  StartsWet=1.9           
  14.  StartStalls=0           //% of starts where driver stalled
  15.  QualifyingAbility=1.57  //Average qulifying position
  16.  RaceAbility=4.95        //Range 0 - 6.2 (0 is best)
  17.  RainAbility=4.75        //Range 0 - 6.2 (0 is best)
  18.  Passing=88.0            //% of times driver completed a successfull pass, not including pit stops or lapped traffic
  19.  Crash=1.7               //% of times driver crashed
  20.  Recovery=45             //% of times driver continued after a crash
  21.  CompletedLaps%=90
  22.  Script=default.scp
  23.  
  24.  // Increase attempted low-speed cornering by adding a minimum onto calculated speed.
  25.  // Reduce attempted high-speed cornering by multiplying speed by a number less than 1.0.
  26.  // <adjusted speed> = CorneringAdd + (CorneringMult * <original speed>)
  27.  CorneringAdd=1.5
  28.  CorneringMult=0.965
  29. }